/* top */
.hp-nav-v2{
    height: 40px;line-height: 40px;
}      
.hp-nav ul li a {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0;
}
.hp-nav ul li a:before{
    border:none;
}
.hp-nav ul li {
    text-align: center;
    position: relative;
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp-nav ul li:hover{
    background-color: #fff;
    color: #000;
}
.hp-nav ul li:hover a{
    color:#666;
}
.hp-main>.pull-right>li:hover>a{
    color:#666;
    font-weight: normal;
}
.hide{
    display: none;
}
.user-infro-drop{
    position: relative;
}
.drop-down {
    position: absolute;
    top: 40px;
    z-index: 20;
}
.drop-down>ul>li>a ,.webserver a{
    display: block;
    /* width: 100px; */
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-top: none;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    /* padding: 0 14px; */
    width: 84px;
}
.webserver a:hover{
    color: #3680D8;
    font-weight: normal;
}
.webserver{
    position: absolute;
    z-index: 20;
    display: none;
    top: 40px;
}
.webserver a{
    height: 29px !important;
}
.hp-nav ul li:hover .drop-down{
    box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
.hp-nav ul li:hover .webserver{
    display: block !important;
    box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
.mobile-yihua{
    position: absolute !important;
    right: -18px !important;
    top: 40px;
    z-index: 20;
    display: none;
}
.subscript{
    position: absolute;
    width: 16px;
    height: 16px;
    right: 4px;
    top: 8px;
    text-align: center;
    line-height: 14px;
    background-color: #FF1D1D;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}
.subscript-car{
    right:-3px;
    display: none;
}
.subscript-msg{
    right:9px;
    display: none;
}
.drop-down ul li a:hover{
    background:rgba(238,238,238,1) !important;
    color: #3680D8;
    font-weight: normal;
}
.webserver a:hover{
    background:rgba(238,238,238,1) !important;
    color: #3680D8 !important;
    
}
.more:hover .mobile-yihua{
    display: block !important;
    background:#fff !important;
    right:-1px;
    box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    width: 100px;
}
.mobile-yihua a:hover{
    color: #3680D8 !important;
    font-weight: normal;
}
.mobile-yihua div img{
    right:-17px;
}
.gouwuche{
    margin-right: 2px;
}
.drop-down ul li{
    padding: 0;
}
.user-infro-drop:hover .hide{
    display: block !important;
}

.pull-left {
    font-size: 14px;
}